home *** CD-ROM | disk | FTP | other *** search
/ Windows CE - The Ultimate Companion / ROMMAN_CE.iso / Files / Games / Blox 2.0 / Blox.load < prev    next >
Text File  |  1997-10-31  |  465b  |  24 lines

  1. // copy the executable file
  2.  
  3. copy . "\Program Files\Games" Blox.exe
  4.  
  5.  
  6. // copy help file to the HPC Windows directory as follows:
  7.  
  8. copy . \Windows "Blox.htp"
  9. copy . \Windows "bloxdone.wav"
  10. copy . \Windows "blox1.wav"
  11. copy . \Windows "blox2.wav"
  12. copy . \Windows "blox3.wav"
  13.  
  14.  
  15.  
  16. // create some shortcuts
  17.  
  18. createShortcut \Windows\Desktop "Blox.lnk" . Blox.exe
  19. createShortcut \Windows\Programs\Games "Blox.lnk" . Blox.exe
  20.  
  21.  
  22. // Exit the script
  23.  
  24. exit